Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dawn settings update #3683

Draft
wants to merge 54 commits into
base: main
Choose a base branch
from
Draft

Dawn settings update #3683

wants to merge 54 commits into from

Conversation

katycobb
Copy link

PR Summary:

Why are these changes introduced?

Fixes #0.

What approach did you take?

Other considerations

Decision log

# Decision Alternatives Rationale Downsides
1

Visual impact on existing themes

Testing steps/scenarios

  • Step 1

Demo links

Checklist

Copy link
Contributor

@Roi-Arthur Roi-Arthur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a pass purely on settings wording

Comment on lines -217 to +214
"paragraph": "Affects areas like navigation dropdowns, pop-up modals, and cart pop-ups."
"paragraph": "Affects areas like navigation dropdowns and pop-up modals and carts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something about this new sentence feels a bit off; these settings don't apply to the whole cart, nor is the cart a "pop-up cart".
Since it also doesn't really shorten things I'm thinking it's better left off.

Comment on lines -331 to +324
"label": "Popup notification"
"label": "Popup"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole cart isn't a pop up with this setting; it uses the "Page" layout, but with an added pop up notification when an item is added to cart.
image

Comment on lines -344 to +337
"info": "Visible when cart drawer is empty."
"info": "Shown when cart is empty"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The collection only shows when the cart is empty and is in drawer mode; in page or popup notification it's not displayed.
image

@@ -443,42 +436,41 @@
"options__8": {
"label": "Round"
},
"label": "Image shape",
"info": "Standard-styled cards have no borders when an image shape is active."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this info one is necessary, as it changes the behaviour of the border setting (no more borders when a shape is used instead of the default)
image

Comment on lines -467 to +459
"label": "Show icons on desktop"
"label": "Icons"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only applies to desktop, so might be worth keeping that mention

Comment on lines +2453 to +2456
"label": "1 column"
},
"options__2": {
"label": "2 columns"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this align with other instances where we only use 1 / 2, like line 1917?

@@ -2727,8 +2699,7 @@
},
"options__4": {
"label": "Large"
},
"info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to previous comments about mentioning aspect ratio

},
"show_text_below": {
"label": "Show content below image on mobile",
"info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https://help.shopify.com/manual/shopify-admin/productivity-tools/image-editor#understanding-image-aspect-ratio)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to previous comments about mentioning aspect ratio

@@ -1168,7 +1160,7 @@
"content": "Mobile layout"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other settings use "Mobile Layout" (double capital)

"button_label": {
"label": "Button label",
"info": "Leave the label blank to hide the button.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other similar mentions weren't removed (ex L#1317).
Should this stay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants